Skip to content

Conversation

Saadnajmi
Copy link
Collaborator

Summary:

I'm not sure we have cache properly set up, and cache issues consistently cause the first run of the "Lint PR title" job to fail. Let's disable cache by default on CI.

Test Plan:

CI should pass

@Saadnajmi Saadnajmi requested a review from a team as a code owner September 18, 2025 23:44
- name: Set up Ccache
id: setup-ccache
if: ${{ inputs.platform == 'ios' || inputs.platform == 'macos' || inputs.platform == 'visionos' }}
if: ${{ (inputs.platform == 'ios' || inputs.platform == 'macos' || inputs.platform == 'visionos') && inputs.enable-ccache == 'true' }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The lint job is still failing and this path does not run unless you specify platform, which the lint job does not.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. Looks like my assumption was false. I'll mark as a draft meanwhile

@Saadnajmi Saadnajmi marked this pull request as draft September 19, 2025 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants